func net/http.containsDotDot

3 uses

	net/http (current package)
		fs.go#L815: 	if containsDotDot(r.URL.Path) {
		fs.go#L849: 	if containsDotDot(r.URL.Path) {
		fs.go#L861: func containsDotDot(v string) bool {